From: Daniel De Graaf Date: Mon, 20 Jun 2016 14:04:25 +0000 (-0400) Subject: xen: Make FLASK_AVC_STATS kconfig option visible X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~855 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=668ba1f85bf2e4086cf18c35abc880b9eee4e8f2;p=xen.git xen: Make FLASK_AVC_STATS kconfig option visible Signed-off-by: Daniel De Graaf Reviewed-by: Doug Goldstein --- diff --git a/xen/common/Kconfig b/xen/common/Kconfig index faee3ec35a..daab832b78 100644 --- a/xen/common/Kconfig +++ b/xen/common/Kconfig @@ -134,9 +134,14 @@ config FLASK config FLASK_AVC_STATS def_bool y + prompt "Maintain statistics on the FLASK access vector cache" if EXPERT = "y" depends on FLASK ---help--- - Maintain statistics on the access vector cache + Maintain counters on the access vector cache that can be viewed using + the FLASK_AVC_CACHESTATS sub-op of the xsm_op hypercall. Disabling + this will save a tiny amount of memory and time to update the stats. + + If unsure, say Y. # Enable schedulers menu "Schedulers"